sizerequest: Fix min_size > nat_size error message
authorTimm Bäder <mail@baedert.org>
Sun, 5 Mar 2017 13:59:19 +0000 (14:59 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 5 Mar 2017 14:01:57 +0000 (15:01 +0100)
commitf1f39e89248334ddd462df2fab81c27f3b94e727
treef7105ff5afac2495f775ace581e92fbc51c9bd48
parentb6790b112f7947deb8e178f0ca863fdb2d250b1d
sizerequest: Fix min_size > nat_size error message

Instead of mentioning the old _get_preferred_xxx functions, mention
measure() and print the for_size value as well. The orientation is given
by printing either "width" for GTK_ORIENTATION_HORIZONTAL or "height"
for GTK_ORIENTATION_VERTICAL.
gtk/gtksizerequest.c